Skip to main content

Error Messages

When this analysis rule is unable to calculate a value, it logs a message in the Case log. The following table lists the error messages that can occur at run time for each step in the Case run.

Universal Calculation Analysis Rule Error Messages

ErrorTroubleshooting
Template of element: [\<Element name>] is NULL - The Element cannot be evaluated by the Universal Calculation Analysis Rule.This indicates that the template of the target Element is NULL or does not exist ( A Template-less element). So, in this Case the analysis skips the exeution.
Attribute [\<Attribute name>] on element: [\<Element name>] does not exist or severe error while reading from the attribute. Please check the configuration of the analysis…This indicates that the Element has no the Attribute configured for matching the condition. Please configure it; because, if you do not, the analysis skips the execution.
Element [\<Element name>] will not be processed since there's no matching condition.This indicates that the condition check did not pass (over the target element), and the execution will be skipped. Please check the condition of the execution, something is wrong.
Element: \<Element name> has no Attribute TYPE (TYPE) and STATUS (STATUS). Skipping the element...This indicates that the STATUS & TYPE cannot be done over the selected element, because it does not contain both TYPE and STATUS Attributes according to the configuration. Please check the configuration and the Element definition.